Partager via


Propriété Entity.StagingName

Gets or sets the staging name for the entity.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property StagingName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Entity Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts