| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property StrategyCommand As DicomCommand | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaCreationNActionCommandStrategy Dim value As DicomCommand value = instance.StrategyCommand | |
| C# | |
|---|---|
public DicomCommand StrategyCommand {get;} | |
| C++/CLI | |
|---|---|
public: property DicomCommand^ StrategyCommand { DicomCommand^ get(); } | |
Property Value
The strategy command. The command is an implementation of the NActionCommandTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code