Name 属性
Gets or sets a descriptive name that uniquely identifies the object within its context only.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute(Order := )> _
Public Property Name As String
Get
Set
用法
Dim instance As Identifier
Dim value As String
value = instance.Name
instance.Name = value
[DataMemberAttribute(Order = )]
public string Name { get; set; }
[DataMemberAttribute(Order = )]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Order = )>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
属性值
类型:System. . :: . .String
A string representing the name.