Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the type of the model item.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Type As ModelItemTypeEnum
Get
Set
'Usage
Dim instance As ModelItem
Dim value As ModelItemTypeEnum
value = instance.Type
instance.Type = value
public ModelItemTypeEnum Type { get; set; }
public:
property ModelItemTypeEnum Type {
ModelItemTypeEnum get ();
void set (ModelItemTypeEnum value);
}
member Type : ModelItemTypeEnum with get, set
function get Type () : ModelItemTypeEnum
function set Type (value : ModelItemTypeEnum)
Property Value
Type: ReportService2006.ModelItemTypeEnum
A ModelItemTypeEnum value indicating the type of the model item.