ObjectAce.BinaryLength 屬性

定義

取得目前 ObjectAce 物件的二進位表示長度 (以位元組為單位)。 應該先使用此長度,之後再以 GetBinaryForm(Byte[], Int32) 方法封送處理 ACL 成二進位陣列。

public:
 virtual property int BinaryLength { int get(); };
public override int BinaryLength { get; }
member this.BinaryLength : int
Public Overrides ReadOnly Property BinaryLength As Integer

屬性值

目前 ObjectAce 物件的二進位表示長度 (以位元組為單位)。

適用於