LinkTypeToDocTypeId Property |
To what type of documents the link points. null means that it might point to any document type. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> ToDocTypeId { get; set; }
Public Property ToDocTypeId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ ToDocTypeId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member ToDocTypeId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also