EnterpriseOneTransactionCommunitiesObjectsSocialComments Property |
Gets a typed query for the Communities.SocialComment entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<SocialComment, SocialCommentsRepository> SocialComments { get; }
Public ReadOnly Property SocialComments As TransactionQuery(Of SocialComment, SocialCommentsRepository)
Get
public:
property TransactionQuery<SocialComment^, SocialCommentsRepository^>^ SocialComments {
TransactionQuery<SocialComment^, SocialCommentsRepository^>^ get ();
}
member SocialComments : TransactionQuery<SocialComment, SocialCommentsRepository> with get
Property Value
Type:
TransactionQuerySocialComment,
SocialCommentsRepository
See Also