RetrievePersonalWallRequest.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Value | Description |
---|---|
1 | Auto post |
2 | Manual post |