ProtectedAddressIsProtectedAddress Method |
Determines whether the address provided is a protected address. When doing that, the method uses the
current date and time.
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static bool IsProtectedAddress(
this Address address
)
<ExtensionAttribute>
Public Shared Function IsProtectedAddress (
address As Address
) As Boolean
public:
[ExtensionAttribute]
static bool IsProtectedAddress(
Address^ address
)
[<ExtensionAttribute>]
static member IsProtectedAddress :
address : Address -> bool
Parameters
- address Address
- The address that is tested.
Return Value
BooleanTrue, if the address is currently protected; otherwise false.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Address. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also