LinkTypeFromDocTypeId Property |
From which type of documents the link originates. null means that it might originate from 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> FromDocTypeId { get; set; }
Public Property FromDocTypeId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ FromDocTypeId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member FromDocTypeId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also