public string[] RelatedItemShape { get; set; }
Public Property RelatedItemShape As String()
Get
Set
public:
property array<String^>^ RelatedItemShape {
array<String^>^ get ();
void set (array<String^>^ value);
}
member RelatedItemShape : string[] with get, set