'Declaration
<JetBrains.Annotations.NotNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> Public Property SecurityPolicyUriString As String
'Usage
Dim instance As UACommunicationProfile Dim value As String instance.SecurityPolicyUriString = value value = instance.SecurityPolicyUriString
[JetBrains.Annotations.NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public string SecurityPolicyUriString {get; set;}
[JetBrains.Annotations.NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public: property String^ SecurityPolicyUriString { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.