Filter.FieldBase.FormattedFieldName プロパティ
書式設定されたフィールドの名前を取得します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public ReadOnly Property FormattedFieldName As String
Get
'使用
Dim instance As Filter.FieldBase
Dim value As String
value = instance.FormattedFieldName
public string FormattedFieldName { get; }