RiaClientFilesTask.OutputPath 속성
보조 임시 파일이 위치해야 할 경로를 가져오거나 설정합니다.
네임스페이스: Microsoft.ServiceModel.DomainServices.Tools
어셈블리: microsoft.servicemodel.domainservices.tools.dll의 Microsoft.ServiceModel.DomainServices.Tools
사용법
‘사용 방법
Dim instance As RiaClientFilesTask
Dim value As String
value = instance.OutputPath
instance.OutputPath = value
구문
‘선언
<RequiredAttribute> _
Public Property OutputPath As String
[RequiredAttribute]
public string OutputPath { get; set; }
[RequiredAttribute]
public:
property String^ OutputPath {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_OutputPath ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_OutputPath (String value)
CompilerGeneratedAttribute
public function get OutputPath () : String
CompilerGeneratedAttribute
public function set OutputPath (value : String)
속성 값
보조 임시 파일이 위치해야 할 경로입니다.
설명
이 경로는 절대 경로이거나 상대 경로일 수 있습니다. 상대 경로인 경우 ClientProjectPath에 상대적인 경로로 간주됩니다. 이 속성은 필수입니다. 일반 MSBuild 의미 체계에서는 이 속성이 설정되지 않은 경우 이 작업의 사용을 허용하지 않습니다.
스레드 보안
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 모든 인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.
플랫폼
개발 플랫폼
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000
대상 플랫폼
참고 항목
참조
RiaClientFilesTask 클래스
RiaClientFilesTask 멤버
Microsoft.ServiceModel.DomainServices.Tools 네임스페이스