The Server capabilities supported by the Server.
Syntax
'Declaration
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property ServerCapabilityArray As String()
'Usage
Dim instance As UAApplicationManifestAttribute
Dim value() As String
instance.ServerCapabilityArray = value
value = instance.ServerCapabilityArray
[ElementsNotNull()]
[NotNull()]
public string[] ServerCapabilityArray {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property array<String^>^ ServerCapabilityArray {
array<String^>^ get();
void set ( array<String^>^ value);
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also