OperationInfoBase.Name 属性
定义
在派生类中实现时,获取或设置与此实例关联的名称。When implemented in a derived class, gets or sets the name associated with this instance.
public:
virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public virtual string Name { get; set; }
member this.Name : string with get, set
Public Overridable Property Name As String
属性值
一个表示对象名称的字符串。A string representing the object's name.