Public Property OptionalEntityClass As Type
public Type OptionalEntityClass { get; set; }
public: property Type^ OptionalEntityClass { Type^ get (); void set (Type^ value); }
function get_optionalEntityClass(); function set_optionalEntityClass(value);