SubscriptionOperation.OperationName Property
Gets or sets the name of the performed operation.
Namespace: Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Usage
'Usage
Dim instance As SubscriptionOperation
Dim value As String
value = instance.OperationName
instance.OperationName = value
Syntax
'Declaration
Public Property OperationName As String
public string OperationName { get; set; }
public:
property String^ OperationName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_OperationName ()
/** @property */
public void set_OperationName (String value)
public function get OperationName () : String
public function set OperationName (value : String)
Property Value
The name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
SubscriptionOperation Class
SubscriptionOperation Members
Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse Namespace