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 of the argument.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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:
virtual property BRPropertyName PropertyName {
BRPropertyName get () sealed;
void set (BRPropertyName value) sealed;
}
[<DataMemberAttribute>]
abstract PropertyName : BRPropertyName with get, set
[<DataMemberAttribute>]
override PropertyName : BRPropertyName with get, set
final function get PropertyName () : BRPropertyName
final function set PropertyName (value : BRPropertyName)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName
The property name of the argument.
Implements
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace