public CardStoreRequest Request { get; init; }Public Property Request As CardStoreRequest
Get
Setpublic:
property CardStoreRequest^ Request {
CardStoreRequest^ get ();
void set (CardStoreRequest^ value);
}member Request : CardStoreRequest with get, set