다음을 통해 공유


AlertDefinition.CreateBy 속성

정의

경고 정의를 만든 사용자의 식별자를 가져오거나 설정합니다.

public:
 property System::String ^ CreateBy { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string CreateBy { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CreateBy : string with get, set
Public Property CreateBy As String

속성 값

String

경고 정의를 만든 사용자의 식별자입니다.

특성

적용 대상