Sets a Property on a NMI Control
Namespace:
nsCDEngine.Engines.NMIService
Assembly:
C-DEngine (in C-DEngine.dll)
public static void SetUXProperty(
Guid pOrg,
Guid pUXElement,
string pProps
)
Public Shared Sub SetUXProperty ( _
pOrg As Guid, _
pUXElement As Guid, _
pProps As String _
)
public:
static void SetUXProperty(
Guid^ pOrg,
Guid^ pUXElement,
String^ pProps
)
Parameters
- pOrg
- Type: Guid
Specifies a node on which this property shoul be set. If Guid.Empty it will be send to all connected nodes
- pUXElement
- Type: Guid
The cdeMID of the target control i.e. a TheFieldInfo.cdeMID
- pProps
- Type: String
Property or properties to be set. Syntax: Name=Value:;:Name=Value...