Share via


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)

Syntax

public string ObjectIdFilter { get; set; }
public:
property String^ ObjectIdFilter {
    String^ get();
    void set(String^ value);
}
member ObjectIdFilter : string with get, set
Public Property ObjectIdFilter As String

Property Value

Type: System.String

The object identifier.

See Also

SubscriptionListOperationsParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top