'Declaration
<NotNullAttribute()> Public Shared Property SharedParameters As EasyUAServerSharedParameters
'Usage
Dim value As EasyUAServerSharedParameters EasyUAServerCore.SharedParameters = value value = EasyUAServerCore.SharedParameters
[NotNull()] public static EasyUAServerSharedParameters SharedParameters {get; set;}
[NotNull()] public: static property EasyUAServerSharedParameters^ SharedParameters { EasyUAServerSharedParameters^ get(); void set ( EasyUAServerSharedParameters^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).