RetrieveRecordWallRequest.Source Property

Definition

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

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

Property Value

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.

ValueDescription

1

Auto post

2

Manual post

Applies to