ServerFeatureLevel Property
In This Topic
Returns the feature level of the server, which can be used to assess which functionality is available from the server.
Syntax
'Declaration
Public ReadOnly Property ServerFeatureLevel As Integer
public int ServerFeatureLevel {get;}
public:
property int ServerFeatureLevel {
int get();
}
See Also