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