ActionBaseTypeAttribute.ActionBaseType-Eigenschaft
Ruft den Basistyp der Aktion ab.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ActionBaseType As Type
Get
'Usage
Dim instance As ActionBaseTypeAttribute
Dim value As Type
value = instance.ActionBaseType
public Type ActionBaseType { get; }
Eigenschaftswert
Typ: System.Type
Ein System.Type -Objekt, das den Basistyp darstellt.
Siehe auch
Referenz
ActionBaseTypeAttribute Klasse