RetrieveRecordWallRequest.Source Property

 

Applies To: Dynamics CRM 2015

Gets or sets a value that specifies the source of the post. Optional.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public OptionSetValue Source { get; set; }
public:
property OptionSetValue^ Source {
    OptionSetValue^ get();
    void set(OptionSetValue^ value);
}
member Source : OptionSetValue with get, set
Public Property Source As OptionSetValue

Property Value

Type: Microsoft.Xrm.Sdk.OptionSetValue

Type: OptionSetValue 
The value that specifies the source of the post.

Remarks

Use this property to filter the posts by their source type, such as an auto post or a manual post (user post).

The following table contains the valid values for this property.

Value

Description

1

Auto post

2

Manual post

See Also

RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright