[NotNullAttribute]
public string OperatorName { get; }
<NotNullAttribute>
Public ReadOnly Property OperatorName As String
Get
public:
[NotNullAttribute]
property String^ OperatorName {
String^ get ();
}
[<NotNullAttribute>]
member OperatorName : string with get