_SharingItem.SharingProviderGuid Property

Definition

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.

Applies to