GenericSecurityDescriptor.Revision 属性

定义

获取 GenericSecurityDescriptor 对象的修订级别。Gets the revision level of the GenericSecurityDescriptor object.

public:
 static property System::Byte Revision { System::Byte get(); };
public static byte Revision { get; }
member this.Revision : byte
Public Shared ReadOnly Property Revision As Byte

属性值

Byte

一个指定 GenericSecurityDescriptor 的修订级别的字节值。A byte value that specifies the revision level of the GenericSecurityDescriptor.

适用于