Subscription.RequestId Property
[Parameter()]
public int RequestId {get; set;}
This language is not supported or no code example is available.
[Parameter()]
public:
property int RequestId {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Parameter()
function get RequestId() : int;
public
Parameter()
function set RequestId(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition