Provides access to properties, for administrators, of a server object extension type.
Members
Name | Description | |
---|---|---|
CLSID | The class ID of the extension type. | |
Description | The description of the extension type. | |
Name | The name of the extension type. |
IServerObjectExtensionType.CLSID Property
The class ID of the extension type.
Public Property CLSID As String
public string CLSID {get; set;}
IServerObjectExtensionType.Description Property
The description of the extension type.
Public Property Description As String
public string Description {get; set;}
IServerObjectExtensionType.Name Property
The name of the extension type.
Public Property Name As String
public string Name {get; set;}
Classes that implement IServerObjectExtensionType
Classes | Description |
---|
Remarks
The IServerObjectExtensionType interface is a read/write interface on a server object type that allows administrators to configure new server object extension types to add to the server, update existing server object extension types, and to view the properties of a server object extension type.
Users and developers that are not part the the agsadmin group do not have access to this interface. An additional read only interface called IServerObjectExtensionTypeInfo is available to non-administrators which provides read only access to a subset of the server object type's properties.
The set of properties that can be accessed and modified by IServerObjectExtensionTypeare:
Name: the name of the server object extension
Description: a text description of the server object extension
CLSID: the CLSID of the server object extension