RawAcl.BinaryLength Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la longueur, en octets, de la représentation binaire de l'objet RawAcl actuel. Utilisez cette longueur avant de marshaler la liste ACL en tableau binaire avec la méthode GetBinaryForm(Byte[], Int32).
public:
virtual property int BinaryLength { int get(); };
public override int BinaryLength { get; }
member this.BinaryLength : int
Public Overrides ReadOnly Property BinaryLength As Integer
Valeur de propriété
Longueur, en octets, de la représentation binaire de l'objet RawAcl actuel.