BRArgument.PropertyName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the property name..

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.BRPropertyName

A new instance of type BRPropertyName.

See Also

BRArgument Class
Microsoft.MasterDataServices Namespace

Return to top