SendPacketsElement.FilePath 속성

정의

filepath 매개 변수를 사용하여 SendPacketsElement 개체를 초기화하는 경우 보낼 파일의 이름을 가져옵니다.

public:
 property System::String ^ FilePath { System::String ^ get(); };
public string? FilePath { get; }
public string FilePath { get; }
member this.FilePath : string
Public ReadOnly Property FilePath As String

속성 값

개체가 매개 변수를 사용하여 초기화된 경우 SendPacketsElement 보낼 파일의 파일 이름입니다 filepath .

설명

UNC(범용 명명 규칙) 경로는 속성에서 FilePath 지원됩니다. 파일이 현재 작업 디렉터리에 있는 경우 경로 정보를 지정할 필요가 없습니다.

속성의 FilePath 기본값은 null 개체가 SendPacketsElement 매개 변수를 사용하여 초기화되지 않은 경우입니다 filepath .

적용 대상