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; }