SettablePropertyValue<T>.Value Property
Applies To: Operations Manager for System Center 2012
Gets the property value.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public T Value { get; }
public:
property T Value {
T get();
}
member Value : 'T with get
Public ReadOnly Property Value As T
Property Value
Type: T
Returns a Boolean value.
See Also
SettablePropertyValue<T> Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top