| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public Property Status As DicomCommandStatusType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public DicomCommandStatusType Status {get; set;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property DicomCommandStatusType Status { DicomCommandStatusType get(); void set (DicomCommandStatusType value); } | |
Return Value
The status.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code