Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the security principals.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Principal As SecurityPrincipals
Get
Set
'Usage
Dim instance As SecuritySet
Dim value As SecurityPrincipals
value = instance.Principal
instance.Principal = value
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrincipals Principal { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrincipals^ Principal {
SecurityPrincipals^ get ();
void set (SecurityPrincipals^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Principal : SecurityPrincipals with get, set
function get Principal () : SecurityPrincipals
function set Principal (value : SecurityPrincipals)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.SecurityPrincipals
A new instance of type SecurityPrincipals.