public string ComplexPrefix { get; set; }
Public Property ComplexPrefix As String
Get
Set
public:
virtual property String^ ComplexPrefix {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ComplexPrefix : string with get, set
override ComplexPrefix : string with get, set