OpenDocumentOptions.EditorType Property

Definition

Gets unique identifier of the editor type.

public:
 property Nullable<Guid> EditorType { Nullable<Guid> get(); };
[System.Runtime.Serialization.DataMember(Order=7)]
public Guid? EditorType { get; }
[<System.Runtime.Serialization.DataMember(Order=7)>]
member this.EditorType : Nullable<Guid>
Public ReadOnly Property EditorType As Nullable(Of Guid)

Property Value

Attributes

Applies to