共用方式為


FunctionPrivileges 屬性

Gets or sets an ArrayOfFunctionPrivilege complex type.

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

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivileges As Collection(Of FunctionPrivilege)
    Get
    Friend Set
'用途
Dim instance As SecurityPrivileges
Dim value As Collection(Of FunctionPrivilege)

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

屬性值

型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'FunctionPrivilege> ) > ) >
Collection of type FunctionPrivilege.