Opc.Ua.Core
PolicyId Property (UserIdentity)



Opc.Ua Namespace > UserIdentity Class : PolicyId Property
Gets or sets the UserIdentityToken PolicyId associated with the UserIdentity.
Syntax
'Declaration
 
<DataMemberAttribute(Name="PolicyId", 
   IsRequired=False, 
   Order=10)>
Public Property PolicyId As String
'Usage
 
Dim instance As UserIdentity
Dim value As String
 
instance.PolicyId = value
 
value = instance.PolicyId
[DataMember(Name="PolicyId", 
   IsRequired=false, 
   Order=10)]
public string PolicyId {get; set;}
[DataMember(Name="PolicyId", 
   IsRequired=false, 
   Order=10)]
public:
property String^ PolicyId {
   String^ get();
   void set (    String^ value);
}
Remarks
This value is used to initialize the UserIdentityToken object when GetIdentityToken() is called.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserIdentity Class
UserIdentity Members