Property.Type Property

Gets a Type representing the type of the Property.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Type As Type 
    Get
'Usage
Dim instance As [Property]
Dim value As Type 

value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () sealed;
}
abstract Type : Type 
override Type : Type
final function get Type () : Type

Property Value

Type: Type
A Type representing the type of the Property.

See Also

Reference

Property Class

Microsoft.AnalysisServices.AdomdServer Namespace