Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the identifier for the user that created the object.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property CreatedUserId As Identifier
Get
Set
'Usage
Dim instance As AuditInfo
Dim value As Identifier
value = instance.CreatedUserId
instance.CreatedUserId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier CreatedUserId { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Identifier^ CreatedUserId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member CreatedUserId : Identifier with get, set
function get CreatedUserId () : Identifier
function set CreatedUserId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier for the user that created the object.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace