다음을 통해 공유


AuthorizedType.Authorized 속성

정의

이 클래스에서 지정한 형식이 워크플로 컴파일에 참여할 권한이 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property System::String ^ Authorized { System::String ^ get(); void set(System::String ^ value); };
public string Authorized { get; set; }
member this.Authorized : string with get, set
Public Property Authorized As String

속성 값

String

워크플로 컴파일에 참여할 권한이 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상