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