<SchemaAttrAttribute(0, "description")> _ Public Property Description As StringValue
Dim instance As Connection Dim value As StringValue value = instance.Description instance.Description = value
[SchemaAttrAttribute(0, "description")] public StringValue Description { get; set; }
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the user description for this connection.
The possible values for this attribute are defined by the ST_Xstring simple type.