CustomFieldDataSet.CustomFieldsRow.MD_PROP_ROLLDOWN_TO_ASSN 属性
获取或设置一个值,该值指示是否资源或任务自定义字段将滚动到工作分配。
命名空间: WebSvcCustomFields
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property MD_PROP_ROLLDOWN_TO_ASSN As Boolean
Get
Set
用法
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Boolean
value = instance.MD_PROP_ROLLDOWN_TO_ASSN
instance.MD_PROP_ROLLDOWN_TO_ASSN = value
public bool MD_PROP_ROLLDOWN_TO_ASSN { get; set; }
属性值
类型:System.Boolean
True如果字段将滚动向下 ;否则为False。
另请参阅
引用
CustomFieldDataSet.CustomFieldsRow 类