SubscriptionListOperationsParameters::ObjectIdFilter Property

 

Gets or sets the object identifier that is used to list subscription operations.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

public:
property String^ ObjectIdFilter {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The object identifier.

Return to top
Show: