'Declaration
<CanBeNullAttribute()> ReadOnly Property ServerCapabilitySet As StringSet
'Usage
Dim instance As _UADiscoveryElement Dim value As StringSet value = instance.ServerCapabilitySet
[CanBeNull()] StringSet ServerCapabilitySet {get;}
[CanBeNull()] property StringSet^ ServerCapabilitySet { StringSet^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).
The default value of this property is null
.