OperationalDataProperty.PropertyType Property

 

Applies To: Operations Manager for System Center 2012

Gets the property type.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public Type PropertyType { get; }
public:
property Type^ PropertyType {
    Type^ get();
}
member PropertyType : Type with get
Public ReadOnly Property PropertyType As Type

Property Value

Type: System.Type

Returns a Type object.

See Also

OperationalDataProperty Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top