Opc.Ua.Core
ProfileUri Property



Opc.Ua.Security Namespace > SecurityProfile Class : ProfileUri Property
Syntax
'Declaration
 
<DataMemberAttribute(False)>
Public Property ProfileUri As String
'Usage
 
Dim instance As SecurityProfile
Dim value As String
 
instance.ProfileUri = value
 
value = instance.ProfileUri
[DataMember(false)]
public string ProfileUri {get; set;}
[DataMember(false)]
public:
property String^ ProfileUri {
   String^ get();
   void set (    String^ value);
}
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

SecurityProfile Class
SecurityProfile Members