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