| Visual Basic (Declaration) | |
|---|---|
Public Property Type As DicomEncapsulatedDocumentType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomEncapsulatedDocumentType Type {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomEncapsulatedDocumentType Type { DicomEncapsulatedDocumentType get(); void set (DicomEncapsulatedDocumentType value); } | |
Return Value
Value indicating the type.For an example, refer to DicomDataSet.SetEncapsulatedDocument.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code