| Visual Basic (Declaration) | |
|---|---|
Public Property Type As DicomEncapsulatedDocumentType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEncapsulatedDocument Dim value As DicomEncapsulatedDocumentType instance.Type = value value = instance.Type | |
| C# | |
|---|---|
public DicomEncapsulatedDocumentType Type {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomEncapsulatedDocumentType Type { DicomEncapsulatedDocumentType get(); void set ( DicomEncapsulatedDocumentType value); } | |
Property Value
Value indicating the type.For an example, refer to DicomDataSet.SetEncapsulatedDocument.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code