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