RibbonAttributes.commandNode Property
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMRibbon
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As RibbonAttributes
Dim value As String
value = instance.commandNode
instance.commandNode = value
Syntax
'Declaration
Public Property commandNode As String
public string commandNode { get; set; }
public:
property String^ commandNode {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_commandNode ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_commandNode (String value)
CompilerGeneratedAttribute
public function get commandNode () : String
CompilerGeneratedAttribute
public function set commandNode (value : String)
Property Value
Returns String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
RibbonAttributes Class
RibbonAttributes Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMRibbon Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.