public Attribute PutEventItemAttribute(
string accessToken,
string apiKey,
string eventId,
string itemId,
string attributeId,
Attribute attribute
)
public Attribute PutEventItemAttribute(
string accessToken,
string apiKey,
string eventId,
string itemId,
string attributeId,
Attribute attribute
)
Public Function PutEventItemAttribute ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
itemId As String, _
attributeId As String, _
attribute As Attribute _
) As Attribute
Public Function PutEventItemAttribute ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
itemId As String, _
attributeId As String, _
attribute As Attribute _
) As Attribute
public:
virtual Attribute^ PutEventItemAttribute(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ itemId,
String^ attributeId,
Attribute^ attribute
) sealed
public:
virtual Attribute^ PutEventItemAttribute(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ itemId,
String^ attributeId,
Attribute^ attribute
) sealed
abstract PutEventItemAttribute :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string *
attributeId : string *
attribute : Attribute -> Attribute
override PutEventItemAttribute :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string *
attributeId : string *
attribute : Attribute -> Attribute
abstract PutEventItemAttribute :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string *
attributeId : string *
attribute : Attribute -> Attribute
override PutEventItemAttribute :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string *
attributeId : string *
attribute : Attribute -> Attribute