다음을 통해 공유


ExportView.ViewFormat 속성

Gets or sets the type of the data in the view.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property ViewFormat As ExportViewFormat 
    Get 
    Set
‘사용 방법
Dim instance As ExportView 
Dim value As ExportViewFormat 

value = instance.ViewFormat

instance.ViewFormat = value
[DataMemberAttribute]
public ExportViewFormat ViewFormat { get; set; }
[DataMemberAttribute]
public:
property ExportViewFormat ViewFormat {
    ExportViewFormat get ();
    void set (ExportViewFormat value);
}
[<DataMemberAttribute>]
member ViewFormat : ExportViewFormat with get, set
function get ViewFormat () : ExportViewFormat 
function set ViewFormat (value : ExportViewFormat)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.ExportViewFormat
The type of the data in the view.

참고 항목

참조

ExportView 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스