إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the principal ID.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PrincipalId As Identifier
Get
Set
'Usage
Dim instance As ModelPrivilege
Dim value As Identifier
value = instance.PrincipalId
instance.PrincipalId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier PrincipalId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ PrincipalId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PrincipalId : Identifier with get, set
function get PrincipalId () : Identifier
function set PrincipalId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.