ResourceAssociationSet.Name 屬性
取得關聯集的名稱。
命名空間: System.Data.Services.Providers
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property Name As String
Get
'用途
Dim instance As ResourceAssociationSet
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
關聯集的名稱。