Share via


SettablePropertyValue<T>.ToString Method ()

 

Applies To: Operations Manager for System Center 2012

Returns the string representation of the SettablePropertyValue<T> object.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

Returns a String representing SettablePropertyValue<T> object.

See Also

SettablePropertyValue<T> Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top