'Declaration
<NotNullAttribute()> Public Property ServerCapabilityArray As String()
'Usage
Dim instance As UAApplicationManifestAttribute Dim value() As String instance.ServerCapabilityArray = value value = instance.ServerCapabilityArray
[NotNull()] public string[] ServerCapabilityArray {get; set;}
[NotNull()] public: property array<String^>^ ServerCapabilityArray { array<String^>^ get(); void set ( array<String^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).