BRArgument.PropertyName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the property name of the argument.

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

Syntax

[DataMemberAttribute]
public BRPropertyName PropertyName { get; set; }
public:
[DataMemberAttribute]
property BRPropertyName PropertyName {
    virtual BRPropertyName get() sealed;
    virtual void set(BRPropertyName value) sealed;
}
[<DataMemberAttribute>]
abstract PropertyName : BRPropertyName with get, set
[<DataMemberAttribute>]
override PropertyName : BRPropertyName with get, set
<DataMemberAttribute>
Public Property PropertyName As BRPropertyName

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName

The property name of the argument.

Implements

IBRArgument.PropertyName

See Also

BRArgument Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top