C# 클래스 Microsoft.ResourceManagement.Client.RmFactory.RmAttributeInfo

Information about an attribute.
파일 보기 프로젝트 열기: Predica/FimClient

공개 프로퍼티들

프로퍼티 타입 설명
AttributeType RmAttributeType
IsMultiValue bool
IsRequired bool

프로퍼티 상세

AttributeType 공개적으로 프로퍼티

Attribute type.
public RmAttributeType AttributeType
리턴 RmAttributeType

IsMultiValue 공개적으로 프로퍼티

Attribute is multi valued.
public bool IsMultiValue
리턴 bool

IsRequired 공개적으로 프로퍼티

Attribute is required.
public bool IsRequired
리턴 bool