'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> Public Property SecurityPolicyUriString As String
'Usage
Dim instance As UAEndpointSelectionPolicy Dim value As String instance.SecurityPolicyUriString = value value = instance.SecurityPolicyUriString
[DefaultValue("")] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public string SecurityPolicyUriString {get; set;}
[DefaultValue("")] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public: property String^ SecurityPolicyUriString { String^ get(); void set ( String^ value); }