CollectionDataContractAttribute.Namespace 속성

정의

데이터 계약의 네임스페이스를 가져오거나 설정합니다.

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

속성 값

데이터 계약의 네임스페이스입니다.

적용 대상