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.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public 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
- address Address
- The address that is tested.
BooleanTrue, if the address is currently protected; otherwise false.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).