CustomField.InternalName プロパティ
ユーザー設定フィールドの内部名を取得します。内部使用のため予約済みです。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property InternalName As String
Get
'使用
Dim instance As CustomField
Dim value As String
value = instance.InternalName
[RemoteAttribute]
public string InternalName { get; }
プロパティ値
型: System.String
ユーザー設定フィールドの一意の内部名です。
注釈
内部名は、ユーザー設定のフィールドに固有エンティティのユーザー設定フィールドをサポートするには、ユーザー設定のフィールドの値を取得するには、内部的に使用されます。