PeerApplication.CommandLineArgs 속성

정의

PeerApplication을 시작할 때 사용할 명령줄 매개 변수를 가져오거나 설정합니다.

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

속성 값

String

String을 시작할 때 사용할 애플리케이션별 명령줄 매개 변수를 나타내는 PeerApplication입니다.

예외

PeerApplication 개체가 삭제되었습니다.

적용 대상

추가 정보