ProtectedOperation.OperationMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the kind of operation to be performed.
public:
property System::String ^ OperationMoniker { System::String ^ get(); void set(System::String ^ value); };
public string OperationMoniker { get; set; }
member this.OperationMoniker : string with get, set
Public Property OperationMoniker As String
Property Value
Remarks
This may be a semi-human readable string, and is NOT intended for machine interpretation. Processors of this value should consider it an opaque string.