Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the extension.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property ExtensionType As ExtensionTypeEnum
Get
Set
'Usage
Dim instance As Extension
Dim value As ExtensionTypeEnum
value = instance.ExtensionType
instance.ExtensionType = value
public ExtensionTypeEnum ExtensionType { get; set; }
public:
property ExtensionTypeEnum ExtensionType {
ExtensionTypeEnum get ();
void set (ExtensionTypeEnum value);
}
member ExtensionType : ExtensionTypeEnum with get, set
function get ExtensionType () : ExtensionTypeEnum
function set ExtensionType (value : ExtensionTypeEnum)
Property Value
Type: ReportService2006.ExtensionTypeEnum
An ExtensionTypeEnum value. Read-only.
Remarks
The ExtensionType property does not return the ExtensionTypeEnum value All.