'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Shadows Property UrlString As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.UrlString = value value = instance.UrlString
[DataMember()] [NotNull()] public new string UrlString {get; set;}
[DataMember()] [NotNull()] public: new property String^ UrlString { 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 "opc.tcp:"
.