ProjectResource.IsGenericResource 属性
获取一个值,该值指示项目资源是否为泛型占位符。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public ReadOnly Property IsGenericResource As Boolean
Get
用法
Dim instance As ProjectResource
Dim value As Boolean
value = instance.IsGenericResource
[RemoteAttribute]
public bool IsGenericResource { get; }
属性值
类型:System.Boolean
True如果项目资源的泛型占位符 ;否则为False。