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.
Represents an interface for BRArguments that contain an attribute argument, either as the argument itself or as a child argument.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public Interface IBRAttributeArgumentContainer _
Inherits IBRArgument
'Usage
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =
interface
interface IBRArgument
end
public interface IBRAttributeArgumentContainer extends IBRArgument
The IBRAttributeArgumentContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Identifier | Gets or sets the business rule argument identifier. (Inherited from IBRArgument.) |
![]() |
PropertyName | Gets or sets the business rule argument property name. (Inherited from IBRArgument.) |
![]() |
PropertyType | Gets the business rule argument property type. (Inherited from IBRArgument.) |
Top
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace