Gets the default revocation reason that is used during a revocation operation.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As RevocationOptions
Dim value As RevocationReason

value = instance.Reason

Syntax

Visual Basic
Public ReadOnly Property Reason As RevocationReason
C#
public RevocationReason Reason { get; }
C++
public:
property RevocationReason Reason {
		RevocationReason get ();
}
J#
/** @property */
public RevocationReason get_Reason ()
JScript
public function get Reason () : RevocationReason

Property Value

A RevocationReason value that indicates the default revocation reason that is used during a revocation operation.

Remarks

The revocation reason indicated by this property is used when the user does not specify the revocation reason as part of the revocation operation.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also