ValidationSearchCriteria.UserId 属性
Gets or sets the user ID. Issues are assigned to all users who can correct them.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property UserId As Identifier
Get
Set
用法
Dim instance As ValidationSearchCriteria
Dim value As Identifier
value = instance.UserId
instance.UserId = value
[DataMemberAttribute]
public Identifier UserId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ UserId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute>]
member UserId : Identifier with get, set
function get UserId () : Identifier
function set UserId (value : Identifier)
属性值
类型:Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.