StagingNameCheckRequest.StagingName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the staging name to check.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property StagingName As String
Get
Set
'Usage
Dim instance As StagingNameCheckRequest
Dim value As String
value = instance.StagingName
instance.StagingName = value
[MessageBodyMemberAttribute]
public string StagingName { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ StagingName {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member StagingName : string with get, set
function get StagingName () : String
function set StagingName (value : String)
Property Value
Type: System.String
The staging name to check.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace