共用方式為


SecuritySet.Privilege 屬性

Gets or sets the security privileges.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Privilege As SecurityPrivileges
    Get
    Set
'用途
Dim instance As SecuritySet
Dim value As SecurityPrivileges

value = instance.Privilege

instance.Privilege = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges Privilege { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrivileges^ Privilege {
    SecurityPrivileges^ get ();
    void set (SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Privilege : SecurityPrivileges with get, set
function get Privilege () : SecurityPrivileges
function set Privilege (value : SecurityPrivileges)

屬性值

型別:Microsoft.MasterDataServices.SecurityPrivileges
A new instance of type SecurityPrivileges.

請參閱

參考

SecuritySet 類別

Microsoft.MasterDataServices 命名空間