'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property GatewayServerUriString As String
'Usage
Dim instance As UAApplicationDescription Dim value As String instance.GatewayServerUriString = value value = instance.GatewayServerUriString
[DefaultValue("")] [NotNull()] public string GatewayServerUriString {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ GatewayServerUriString { String^ get(); void set ( String^ value); }