Partager via


Propriété Entity.StagingName

Gets or sets the staging name for Entity.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property StagingName As String
    Get
    Set
'Utilisation
Dim instance As Entity
Dim value As String

value = instance.StagingName

instance.StagingName = value
[DataMemberAttribute]
public string StagingName { get; set; }
[DataMemberAttribute]
public:
property String^ StagingName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
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 Entity.

Voir aussi

Référence

Entity Classe

Espace de noms Microsoft.MasterDataServices