_SharingItem.SharingProviderGuid 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.
Returns a String (string in C#) that represents the GUID of the sharing provider used by the SharingItem object. Read-only.
public:
property System::String ^ SharingProviderGuid { System::String ^ get(); };
public string SharingProviderGuid { get; }
Public ReadOnly Property SharingProviderGuid As String
Property Value
Remarks
The GUID is returned as a string using the following format:
{00000000-0000-0000-0000-000000000000}
If the SharingProvider property of the SharingItem object is set to olProviderUnknown, you can use the SharingProviderGUID property to identify the sharing provider.