展開するプロパティの名前。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public ReadOnly Property Name As String
Get
'使用
Dim instance As ExpandSegment
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
プロパティ値
型: System.String
プロパティの名前を表す文字列値。