'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal clsid As Guid _ ) As ServerDescriptor
'Usage
 
            [NotNull()] public ServerDescriptor operator implicit( Guid clsid )
[NotNull()] public: operator ServerDescriptor^ ( Guid clsid )
Parameters
- clsid
 - Contains the CLSID for the object.
 
Return Value
Returns the server descriptor created from the System.Guid.