Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the property name..
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PropertyName As BRPropertyName
Get
Set
'Usage
Dim instance As BRArgument
Dim value As BRPropertyName
value = instance.PropertyName
instance.PropertyName = value
[DataMemberAttribute]
public BRPropertyName PropertyName { get; set; }
[DataMemberAttribute]
public:
property BRPropertyName PropertyName {
BRPropertyName get ();
void set (BRPropertyName value);
}
[<DataMemberAttribute>]
member PropertyName : BRPropertyName with get, set
function get PropertyName () : BRPropertyName
function set PropertyName (value : BRPropertyName)
Property Value
Type: Microsoft.MasterDataServices.BRPropertyName
A new instance of type BRPropertyName.