다음을 통해 공유


BRArgument.PropertyType 속성

When overridden in a derived class, gets the property type of the argument.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
Public MustOverride ReadOnly Property PropertyType As BRPropertyType 
    Get
‘사용 방법
Dim instance As BRArgument 
Dim value As BRPropertyType 

value = instance.PropertyType
public abstract BRPropertyType PropertyType { get; }
public:
virtual property BRPropertyType PropertyType {
    BRPropertyType get () abstract;
}
abstract PropertyType : BRPropertyType
abstract function get PropertyType () : BRPropertyType

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type of the argument.

구현

IBRArgument.PropertyType

참고 항목

참조

BRArgument 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스