Entity.StagingName Property
Gets or sets the staging name for Entity.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property StagingName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The staging name for Entity.