Entity.StagingName Property

Gets or sets the staging name for the entity.

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property StagingName As String 
    Get 
    Set
'Usage
Dim instance As Entity 
Dim value As String 

value = instance.StagingName

instance.StagingName = value
[DataMemberAttribute(IsRequired = false)]
public string StagingName { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ StagingName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member StagingName : string with get, set
function get StagingName () : String 
function set StagingName (value : String)

Property Value

Type: System.String
The staging name for the entity.

See Also

Reference

Entity Class

Microsoft.MasterDataServices.Services.DataContracts Namespace