SharePointCommandAttribute.CommandId Property
Gets the ID of the command.
Namespace: Microsoft.VisualStudio.SharePoint.Commands
Assembly: Microsoft.VisualStudio.SharePoint.Commands (in Microsoft.VisualStudio.SharePoint.Commands.dll)
Syntax
'Declaration
Public Property CommandId As String
public string CommandId { get; private set; }
Property Value
Type: String
A string representing a command ID.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.