Share via


DataSourceFieldMapping.DomainId Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the domain identifier.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DomainId As Long 
    Get 
    Set
'Usage
Dim instance As DataSourceFieldMapping 
Dim value As Long 

value = instance.DomainId

instance.DomainId = value
[DataMemberAttribute]
public long DomainId { get; set; }
[DataMemberAttribute]
public:
property long long DomainId {
    long long get ();
    void set (long long value);
}
[<DataMemberAttribute>]
member DomainId : int64 with get, set
function get DomainId () : long 
function set DomainId (value : long)

Property Value

Type: System.Int64
The domain identifier.

See Also

Reference

DataSourceFieldMapping Class

Microsoft.MasterDataServices.Services.DataContracts Namespace