Share via


RunningDocumentInfo.Moniker Property

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Moniker As String
public string Moniker { get; set; }
public:
property String^ Moniker {
    String^ get ();
    void set (String^ value);
}
member Moniker : string with get, set
function get Moniker () : String 
function set Moniker (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

RunningDocumentInfo Structure

Microsoft.VisualStudio.Shell Namespace