Share via


MicrofeedPostDefinitionNameCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Microfeed.MicrofeedPostDefinitionNameCollection", ServerTypeId="{99650720-bad2-4d00-80f8-a380fcc9d639}", ValueObject=true)]
public class MicrofeedPostDefinitionNameCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<string>
type MicrofeedPostDefinitionNameCollection = class
    inherit ClientValueObjectCollection<string>
Public Class MicrofeedPostDefinitionNameCollection
Inherits ClientValueObjectCollection(Of String)
Inheritance
MicrofeedPostDefinitionNameCollection
Attributes

Constructors

MicrofeedPostDefinitionNameCollection()

Properties

ChildItemsName (Inherited from ClientValueObjectCollection<T>)
Count (Inherited from ClientValueObjectCollection<T>)
Item[Int32] (Inherited from ClientValueObjectCollection<T>)
TypeId

Methods

Add(T) (Inherited from ClientValueObjectCollection<T>)
CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
GetEnumerator() (Inherited from ClientValueObjectCollection<T>)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientValueObjectCollection<T>)
WriteToXml(XmlWriter, SerializationContext)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ClientValueObjectCollection<T>)

Applies to