Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether hierarchy model privileges should be deleted.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ModelPrivileges As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As SecurityPrivilegesDeleteCriteria
Dim value As Collection(Of Identifier)
value = instance.ModelPrivileges
instance.ModelPrivileges = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> ModelPrivileges { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ ModelPrivileges {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ModelPrivileges : Collection<Identifier> with get, set
function get ModelPrivileges () : Collection<Identifier>
function set ModelPrivileges (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.