| Visual Basic (Declaration) | |
|---|---|
Public Property PPSConfiguration As NSetMppsCommandConfiguration | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MppsNSetCommand Dim value As NSetMppsCommandConfiguration instance.PPSConfiguration = value value = instance.PPSConfiguration | |
| C# | |
|---|---|
public NSetMppsCommandConfiguration PPSConfiguration {get; set;} | |
| C++/CLI | |
|---|---|
public: property NSetMppsCommandConfiguration^ PPSConfiguration { NSetMppsCommandConfiguration^ get(); void set ( NSetMppsCommandConfiguration^ value); } | |
Property Value
The NSetMppsCommandConfiguration object for the MppsNSetCommand.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code