CommonSecurityDescriptor.Owner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與 CommonSecurityDescriptor 物件相關聯的物件擁有者。
public:
virtual property System::Security::Principal::SecurityIdentifier ^ Owner { System::Security::Principal::SecurityIdentifier ^ get(); void set(System::Security::Principal::SecurityIdentifier ^ value); };
public override System.Security.Principal.SecurityIdentifier? Owner { get; set; }
public override System.Security.Principal.SecurityIdentifier Owner { get; set; }
member this.Owner : System.Security.Principal.SecurityIdentifier with get, set
Public Overrides Property Owner As SecurityIdentifier
屬性值
與 CommonSecurityDescriptor 物件相關聯的物件擁有者。